POV-Ray : Newsgroups : moray.win : Plugin idea : Re: Plugin idea Server Time
29 Jul 2024 08:17:55 EDT (-0400)
  Re: Plugin idea  
From: Ph Gibone
Date: 13 Mar 1999 02:31:32
Message: <36ea1454.0@news.povray.org>
Why not Java ?


>How about a "scripting language" plugin? It would make it really easy to
add
>new ideas...
>
>For example, you could have a text file like so:
>
>
>Dialog
>
>  name "MyDialog"
>  sidebar //puts it in the side menu; could be window instead to make it
>popup
>  //if it's window, have pos X,Y, Size X,Y
>
>checkbox
>
> pos 10,10
> name "C1"
> value 0
>}
>
>label {
>  pos 10,20
> value "This is C1"
>}
>
>editbox
>
> pos 10,30
> size 10
> name "RepeatVal"
> value "100"
> }
>}
>
>output {
> print "#declare Max=" . $MyDialog(RepeatVal) . ";"
> ....
> ....
>}
>
>
>It's very rudimentary -- but I'm thinking of something along the lines of
>the scripting language found uin the mIRC chat program for windows.
>(http://www.mirc.co.uk )
>
>Anyone game for this?
>
>
>Twyst
>--
>-----BEGIN GEEK CODE BLOCK-----
>Version: 3.1
>GCS/O d+(-) s-: a-- C+++(++++) UL++ P+(--) L+ E- W+++>$ N++ o- K-
>w+(---) O- M-- V- PS+ PE+ Y PGP t 5 X R tv- b++++ DI++ D G++ e h* r-- !y++
>------END GEEK CODE BLOCK------
>
>


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.